home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / Chart / ChartPalette.palette / English.lproj / ChartPalette.nib / data.classes next >
Text File  |  1995-06-12  |  367b  |  28 lines

  1. PieChart = {
  2.     OUTLETS = {
  3.     valueMatrix;
  4.     labelMatrix;
  5.     actionMatrix;
  6.     formMatrix;
  7.     };
  8.     SUPERCLASS = View;
  9. };
  10. BarChart = {
  11.     OUTLETS = {
  12.     xLabelMatrix;
  13.     delegate;
  14.     yLabelMatrix;
  15.     actionMatrix;
  16.     dataSource;
  17.     };
  18.     SUPERCLASS = View;
  19. };
  20. FirstResponder = {
  21.     ACTIONS = {
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25. ChartPalette = {
  26.     SUPERCLASS = IBPalette;
  27. };
  28.